MissingPluginException(No implementation found for method Firebase#initializeCore on channel plugins.flutter.io-firebase_core)

101

flutter clean
flutter packages get
buildTypes {       
    release {
        signingConfig signingConfigs.release
        minifyEnabled false
        shrinkResources false
    }
}
# Open your .android/app/build.gradle and add 

minifyEnabled false
useProguard false
shrinkResources false

Comments

Submit
0 Comments